@charset "UTF-8";
#mediaplayer_logo {
  display: none;
}

A {
  color: #333333;
  outline: none;
  text-decoration: none;
}
A:visited, A:active {
  color: #333333;
}
A:hover {
  color: #007bc9;
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "微软雅黑";
  background: #fff;
  line-height: 1.6;
  font-size: 14px;
  color: #333333;
}
@media only screen and (max-width: 1230px) {
  BODY {
    font-size: 13px;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

p,
b,
ul,
li,
input,
img,
button {
  margin: 0px;
  padding: 0px;
}

button {
  border: 0;
  background: none;
}

input {
  border: 0px;
}

img,
button,
label,
:before,
:after {
  border: 0px;
  vertical-align: middle;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a,
li,
i,
span {
  outline: none;
  transition: all 0.2s linear;
}

b,
label {
  font-weight: normal;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: Arial, "微软雅黑";
  font-size: 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

.img_content {
  width: 100%;
  overflow: hidden;
}
.img_content img {
  width: 100%;
}

.text_content {
  width: 100%;
}

.ny_main {
  width: 1230px;
  margin: 0 auto;
}
@media only screen and (max-width: 1230px) {
  .ny_main {
    width: 100%;
  }
}

@media only screen and (min-width: 1230px) {
  .mob {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  .pc {
    display: none;
  }
}
.m-b-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1230px) {
  .m-b-80 {
    margin-bottom: 20px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1230px) {
  .m-b-70 {
    margin-bottom: 20px;
  }
}

.m-b-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .m-b-60 {
    margin-bottom: 20px;
  }
}

.m-b-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1230px) {
  .m-b-50 {
    margin-bottom: 20px;
  }
}

.m-b-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1230px) {
  .m-b-40 {
    margin-bottom: 20px;
  }
}

.m-b-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .m-b-30 {
    margin-bottom: 20px;
  }
}

.m-b-35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1230px) {
  .m-b-35 {
    margin-bottom: 20px;
  }
}

.m-b-20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1230px) {
  .m-b-20 {
    margin-bottom: 15px;
  }
}

.m-b-25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1230px) {
  .m-b-25 {
    margin-bottom: 15px;
  }
}

.m-b-10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1230px) {
  .m-b-10 {
    margin-bottom: 5px;
  }
}

.m-b-15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1230px) {
  .m-b-15 {
    margin-bottom: 10px;
  }
}

.mh {
  width: 100%;
  float: left;
}

.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.img_scale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.top0 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #eeeeee;
  z-index: 20;
}
.top0 .s1 {
  color: #666;
}
.top0 .s2 {
  color: #999;
}
.top0 .s2 a {
  margin: 0 10px;
}
.top0 .s2 .username {
  color: #007bc9;
}
.top0 .s2 .username a {
  color: #007bc9;
}
@media only screen and (max-width: 1230px) {
  .top0 {
    height: 30px;
    line-height: 30px;
    position: fixed;
    left: 0;
    top: 0;
  }
  .top0 .s1 {
    display: none;
  }
  .top0 .s2 {
    width: 100%;
    text-align: center;
  }
  .top0 .s2 a {
    margin: 0 5px;
  }
}

.top {
  width: 100%;
}
.top .ny_main {
  position: relative;
  height: 110px;
}
.top .ny_main .logo {
  height: 69px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -34.5px;
}
.top .ny_main .logo img {
  height: 100%;
}
.top .ny_main .ss {
  width: 370px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #007bc9;
  border-radius: 45px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50px;
  margin-top: -22.5px;
  padding: 0 90px 0 20px;
}
.top .ny_main .ss .tex1 {
  width: 100%;
  display: block;
  line-height: 45px;
  height: 45px;
  background-image: url(../images/t_ss.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.top .ny_main .ss .an {
  position: absolute;
  width: 90px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #007bc9;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 17px;
  border-radius: 45px;
}
.top .ny_main .cd_sss {
  width: 40px;
  height: 55px;
  position: absolute;
  right: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  color: #007bc9;
}
.top .ny_main .cd_sss .bi-x-lg {
  display: none;
}
@media only screen and (max-width: 1230px) {
  .top {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 55px;
    position: fixed;
    z-index: 30;
    top: 30px;
    left: 0;
  }
  .top .ny_main {
    height: 55px;
  }
  .top .ny_main .logo {
    height: 30px;
    margin-top: -15px;
    left: 15px;
  }
  .top .ny_main .ss {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    right: 0;
    top: 55px;
    margin-top: 0px;
    background-color: #fff;
    padding: 0 90px 0 10px;
  }
  .top .ny_main .ss .tex1 {
    line-height: 38px;
    height: 38px;
    background-size: auto 20px;
    padding-left: 25px;
  }
  .top .ny_main .ss .an {
    width: 70px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0px;
  }
}

.nav_mh {
  width: 100%;
  margin-bottom: 10px;
}
.nav_mh .menu {
  width: 100%;
  position: relative;
  z-index: 15;
  float: left;
  background-color: #007bc9;
  padding: 10px;
}
.nav_mh .menu li {
  height: 35px;
  float: left;
  position: relative;
  text-align: center;
  width: 20%;
}
.nav_mh .menu li a.dbt {
  font-size: 16px;
  display: block;
  line-height: 35px;
  color: #fff;
}
.nav_mh .menu li.on a.dbt, .nav_mh .menu li:hover a.dbt {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav_mh .menu li dl {
  width: 100%;
  font-size: 16px;
  display: none;
  background-color: #0d79be;
  position: absolute;
  left: 0px;
  top: 60px;
}
.nav_mh .menu li dl a {
  display: block;
  padding: 8px 10px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.nav_mh .menu li dl a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav_mh .menu li:hover dl {
  display: block;
}
@media only screen and (max-width: 1230px) {
  .nav_mh {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 85px);
    height: -webkit-calc(100vh - 85px);
    overflow-y: auto;
    left: 100%;
    top: 85px;
    z-index: 29;
  }
  .nav_mh .menu {
    height: auto;
  }
  .nav_mh .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    height: auto;
  }
  .nav_mh .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .nav_mh .menu li a.dbt {
    font-size: 14px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
  }
  .nav_mh .menu li dl {
    width: 100%;
    display: block;
    position: inherit;
    left: auto;
    top: auto;
  }
  .nav_mh .menu li dl dd {
    width: 50%;
    float: left;
  }
  .nav_mh .menu li dl a {
    padding: 5px 0px;
    padding-left: 6%;
    font-size: 13px;
    text-align: left;
  }
}

@media only screen and (max-width: 1230px) {
  .top_jg {
    display: block;
    height: 85px;
  }
  .menuMob {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 12.5px;
    z-index: 31;
  }
  .menuMob a {
    outline: none;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%230d79be'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .menuMob a.on {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%230d79be'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%230d79be'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.menu_top {
  width: 100%;
  float: left;
  border-top: solid 2px #007bc9;
  padding: 8px 10px;
}
.menu_top .item {
  float: left;
  position: relative;
}
.menu_top .item::before {
  content: "";
  width: 1px;
  background-color: #dddddd;
  height: 50%;
  position: absolute;
  left: 50px;
  top: 25%;
}
.menu_top .item dl {
  width: 100%;
  font-size: 0;
  padding: 2px 0;
}
.menu_top .item dt {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  width: 50px;
}
.menu_top .item dt a {
  color: #007bc9;
}
.menu_top .item dd {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}
.menu_top .item1 {
  width: 370px;
}
.menu_top .item2 {
  width: 255px;
}
.menu_top .item3 {
  width: 280px;
}
.menu_top .item4 {
  float: right;
}
@media only screen and (max-width: 1230px) {
  .menu_top {
    width: 100%;
    float: left;
    border-top: solid 2px #007bc9;
    padding: 8px 3%;
    background-color: #fff;
  }
  .menu_top .item {
    width: 100%;
    float: left;
  }
  .menu_top .item::before {
    display: none;
  }
  .menu_top .item dl {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }
  .menu_top .item dt {
    font-size: 15px;
    width: 100%;
    float: left;
  }
  .menu_top .item dt a {
    color: #007bc9;
  }
  .menu_top .item dd {
    width: 50%;
    font-size: 14px;
    float: left;
    margin: 5px 0;
  }
  .menu_top .item1 {
    width: 100%;
  }
  .menu_top .item2 {
    width: 100%;
  }
  .menu_top .item4 dl:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.user_cont {
  padding: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1230px) {
  .user_cont {
    width: 825px;
  }
}
@media only screen and (max-width: 1230px) {
  .user_cont {
    padding: 15px 0;
  }
}
.user_cont .nr {
  font-size: 16px;
  margin-bottom: 20px;
}
.user_cont .nr i {
  display: block;
  width: 100%;
  background-image: url(../images/usts.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: 300px;
}
@media only screen and (max-width: 1230px) {
  .user_cont .nr {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .user_cont .nr i {
    height: 180px;
  }
}
.user_cont .btn {
  width: 150px;
  margin: 0 15px;
}
.user_cont .btn.btn-primary {
  color: #fff !important;
}
@media only screen and (max-width: 1230px) {
  .user_cont .btn {
    width: 100px;
    margin: 0 7px;
  }
}

#ajaxElement_3_992_failure, #ajaxElement_3_992_success {
  width: 100%;
}

.ad_list1 li {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.ad_list1 li img {
  display: block;
  width: 100%;
  height: 50px;
}

.adm_list1 li {
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
.adm_list1 li img {
  display: block;
  width: 100%;
}
.adm_list1 li:last-child {
  margin-bottom: 0;
}

.ad_list2 {
  width: 101%;
  float: Left;
  margin-left: -0.5%;
  margin-bottom: 10px;
}
.ad_list2 li {
  float: left;
  width: 32.3333%;
  margin: 0 0.5% 10px 0.5%;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.ad_list2 li img {
  max-width: 100%;
  height: 50px;
  min-width: 400px;
}

.ad_list2_2 {
  width: 101%;
  float: Left;
  margin-left: -0.5%;
  margin-bottom: 10px;
}
.ad_list2_2 li {
  float: left;
  width: 49%;
  margin: 0 0.5% 10px 0.5%;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.ad_list2_2 li img {
  max-width: 100%;
  height: 50px;
  min-width: 608px;
}

.ad_list3 {
  width: 100%;
  float: left;
  height: 60px;
  overflow: hidden;
}
.ad_list3 a {
  display: block;
}
.ad_list3 a + a {
  margin-top: 10px;
}
.ad_list3 img {
  width: 100%;
  height: 60px;
}

.ad_list4 {
  width: 100%;
  float: left;
  height: 80px;
  overflow: hidden;
}
.ad_list4 img {
  width: 100%;
  height: 80px;
}

.sy_xs1 {
  width: 400px;
  position: relative;
  float: left;
  overflow: hidden;
}
.sy_xs1 .swiper-slide {
  width: 100%;
}
.sy_xs1 .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
}
.sy_xs1 .swiper-slide a .bt {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  line-height: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0 90px 0 15px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1230px) {
  .sy_xs1 .swiper-slide a .bt {
    line-height: 35px;
    padding: 0 70px 0 15px;
  }
}
.sy_xs1 .swiper-slide .img_content {
  width: 100%;
  overflow: hidden;
  height: 290px;
}
.sy_xs1 .swiper-slide .img_content img {
  width: 100%;
  min-height: 290px;
}
@media only screen and (max-width: 1230px) {
  .sy_xs1 .swiper-slide .img_content {
    height: calc((100vw - 30px) / 4 * 3);
    height: -webkit-calc((100vw - 30px) / 4 * 3);
  }
  .sy_xs1 .swiper-slide .img_content img {
    min-height: calc((100vw - 30px) / 4 * 3);
    min-height: -webkit-calc((100vw - 30px) / 4 * 3);
  }
}
.sy_xs1 .swiper-pagination-bullet {
  background-color: #fff;
  width: 9px;
  height: 9px;
  opacity: 1;
  border-radius: 10px;
  border: 0;
}
@media only screen and (max-width: 1230px) {
  .sy_xs1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
}
.sy_xs1 .swiper-pagination-bullet-active {
  background-color: #f71700;
}
.sy_xs1 .swiper-horizontal > .swiper-pagination-bullets,
.sy_xs1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.sy_xs1 .swiper-pagination-custom,
.sy_xs1 .swiper-pagination-fraction {
  bottom: 8px;
  position: absolute;
  right: 5px;
  left: auto;
  width: auto;
  text-align: right;
}
.sy_xs1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
@media only screen and (max-width: 1230px) {
  .sy_xs1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1230px) {
  .sy2 {
    width: 100%;
    padding: 15px;
  }
}
.sy_mk1 .d1 {
  width: 850px;
}
.sy_mk1 .d2 {
  width: 360px;
}
@media only screen and (max-width: 1230px) {
  .sy_mk1 .d1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .sy_mk1 .d2 {
    width: 100%;
  }
}

.sy_top_mk1_r {
  width: 430px;
  margin-top: 5px;
}
@media only screen and (max-width: 1230px) {
  .sy_top_mk1_r {
    width: 100%;
    margin-top: 0;
  }
}

.sy_list1_top {
  width: 100%;
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.sy_list1_top .bt {
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}
@media only screen and (max-width: 1230px) {
  .sy_list1_top .bt {
    font-size: 16px;
  }
}
.sy_list1_top .sTime {
  display: block;
  color: #999;
}
.sy_list1_top p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  height: auto !important;
  line-height: 22px;
  white-space: inherit;
}

.sy_list1 li {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 35px;
}
@media only screen and (max-width: 1230px) {
  .sy_list1 li {
    font-size: 14px;
    line-height: 30px;
  }
}
.sy_list1 li a {
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sy_bt1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #007bc9;
}
.sy_bt1 .bt_nav a {
  width: 100px;
  font-size: 20px;
  float: left;
  text-align: center;
  margin-right: 2px;
}
.sy_bt1 .bt_nav a.active {
  background-color: #007bc9;
  color: #fff;
}
.sy_bt1 .bt_nav_k a {
  width: 160px;
}
@media only screen and (max-width: 1230px) {
  .sy_bt1 {
    height: 35px;
    line-height: 35px;
  }
  .sy_bt1 .bt_nav a {
    font-size: 14px;
    margin-right: 0px;
    width: auto;
    padding: 0 15px;
  }
  .sy_bt1 .bt_nav_k a {
    width: auto;
  }
}

.sy_list2_top {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e9e9e9;
  min-height: 120px;
  padding-left: 170px;
}
.sy_list2_top .img_content {
  width: 150px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.sy_list2_top .img_content img {
  min-height: 100px;
}
.sy_list2_top .bt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sy_list2_top .sTime {
  display: block;
  color: #999;
}
.sy_list2_top p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  height: auto !important;
  line-height: 22px;
  white-space: inherit;
}
@media only screen and (max-width: 1230px) {
  .sy_list2_top {
    padding-bottom: 10px;
    min-height: 75px;
    padding-left: 110px;
  }
  .sy_list2_top .img_content {
    width: 100px;
    height: 64px;
  }
  .sy_list2_top .img_content img {
    min-height: 64px;
  }
  .sy_list2_top .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sy_list2_top p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
}

.sy_list2 {
  width: 100%;
  float: left;
}
.sy_list2 li {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 35px;
  padding-right: 90px;
  position: relative;
}
.sy_list2 li .sTime {
  position: absolute;
  font-size: 14px;
  color: #999;
  right: 0;
  top: 0;
}
.sy_list2 li a {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-left: 15px;
}
.sy_list2 li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #007bc9;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
@media only screen and (max-width: 1230px) {
  .sy_list2 li {
    font-size: 14px;
    line-height: 30px;
    padding-right: 70px;
  }
  .sy_list2 li .sTime {
    font-size: 12px;
  }
  .sy_list2 li a {
    padding-left: 12px;
  }
  .sy_list2 li a::before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}

.sy_mk2 {
  width: 102%;
  float: left;
  margin-left: -1%;
}
.sy_mk2 .item {
  width: 31.3333%;
  float: Left;
  margin-left: 1%;
  margin-right: 1%;
}
.sy_mk2 .item .sy_list2_top .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
  white-space: inherit;
}
.sy_mk2 .item .sy_bt1 .bt_nav a {
  width: 250px;
}
@media only screen and (max-width: 1230px) {
  .sy_mk2 {
    width: 100%;
    margin-left: 0%;
  }
  .sy_mk2 .item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .sy_mk2 .item .sy_list2_top .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    white-space: inherit;
    font-size: 15px;
  }
  .sy_mk2 .item .sy_bt1 .bt_nav a {
    width: auto;
  }
}

.links {
  width: 100%;
  float: left;
  overflow: hidden;
}
.links ul {
  width: 102%;
  float: left;
  margin-left: -1%;
}
.links ul li {
  width: 14.6666%;
  float: left;
  margin: 5px 1%;
}
.links ul li:nth-child(6n+1) {
  clear: both;
}
@media only screen and (max-width: 1230px) {
  .links ul li {
    width: 23%;
  }
  .links ul li:nth-child(6n+1) {
    clear: inherit;
  }
  .links ul li:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 760px) {
  .links ul li {
    width: 48%;
  }
  .links ul li:nth-child(4n+1) {
    clear: inherit;
  }
  .links ul li:nth-child(2n+1) {
    clear: both;
  }
}

.foot {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.foot .cd_f {
  margin-bottom: 15px;
  color: #999;
}
.foot .cd_f a {
  margin: 0 10px;
  font-size: 16px;
}
@media only screen and (max-width: 1230px) {
  .foot {
    padding: 15px;
  }
  .foot .cd_f {
    margin-bottom: 10px;
  }
  .foot .cd_f a {
    font-size: 14px;
    margin: 0 5px;
  }
}

.ny_bt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.ny_bt .bt {
  line-height: 40px;
  position: relative;
  padding-left: 15px;
}
.ny_bt .bt::before {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #007bc9;
  position: absolute;
  left: 0;
  top: 15%;
}
.ny_bt .dqwz {
  color: #666;
}
.ny_bt .dqwz a {
  color: #666;
}

.ny_bt2 .bt_nav {
  width: 100%;
}
.ny_bt2 .bt_nav a {
  width: 140px;
  font-size: 18px;
}
@media only screen and (max-width: 1230px) {
  .ny_bt2 .bt_nav a {
    width: 100px;
    font-size: 15px;
  }
}

.news_info {
  border: solid 1px #e9e9e9;
  padding: 15px;
}
.news_info .infoTitle {
  font-weight: bold;
  margin-bottom: 20px;
}
.news_info .infoAtt {
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #999;
}
.news_info .infoAtt span {
  display: inline-block !important;
}
.news_info .infoAtt .sItem {
  margin-right: 20px;
}
.news_info .dqwz {
  margin-bottom: 20px;
  color: #999;
}
.news_info .infoUpdown {
  border-top: solid 1px #e9e9e9;
  padding: 20px 0 10px 0;
}
.news_info .infoUpdown .s_left,
.news_info .infoUpdown .s_right {
  width: 100%;
  display: block;
  float: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_info .infoUpdown .s_right {
  margin-top: 10px;
}
.news_info .s_mob_ewm {
  height: 24px;
  position: relative;
  display: inline-block;
}
.news_info .s_mob_ewm:after {
  content: "";
  display: inline-block;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #c1c1c1;
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  vertical-align: middle;
  margin-left: 5px;
}
.news_info .s_mob_ewm .text_content {
  width: 160px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 35px;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  display: none;
  text-align: center;
}
.news_info .s_mob_ewm .text_content:before {
  width: 12px;
  height: 12px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
}
.news_info .s_mob_ewm:hover .text_content {
  display: block;
}
.news_info .s_mob_ewm .txtk img {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1230px) {
  .news_info .infoTitle {
    margin-bottom: 15px;
  }
  .news_info .infoAtt {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news_info .infoAtt .sItem {
    margin-right: 10px;
  }
  .news_info .dqwz {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .news_info .infoUpdown {
    padding: 15px 0 10px 0;
  }
  .news_info .infoUpdown .s_left,
  .news_info .infoUpdown .s_right {
    width: 100%;
  }
  .news_info .infoUpdown .s_right {
    margin-top: 5px;
  }
  .news_info span.s_mob_ewm {
    display: none !important;
  }
}
@media only screen and (max-width: 760px) {
  .news_info .infoTitle {
    font-size: 16px;
  }
}

#dl_left {
  position: fixed;
  z-index: 30;
  left: 0px;
  width: 130px;
  top: 225px;
}

#dl_right {
  position: fixed;
  z-index: 30;
  right: 0px;
  width: 130px;
  top: 225px;
}

#dl_left img,
#dl_right img {
  width: 100%;
  min-height: 450px;
}

#dl_left a.cd_close,
#dl_right a.cd_close {
  padding: 3px 10px;
  background: #f2f2f2;
  font-size: 12px;
}